Item Property (Collection<T>)
Gets or sets the element at the specified index.
public virtual this[
int
]; {get;}
'Declaration
Public Overridable ReadOnly Default Property Item( _
ByVal As Integer _
) As
'Usage
Dim instance As Collection(Of T)
Dim index As Integer
Dim value As
value = instance.Item(index)
Parameters
- index
Property Value
The element at the specified index.